Intersoft ClientUI Documentation
RaiseValidationError Method (UXUpDownBase<T>)



Raises the validation error
Syntax
Public Sub RaiseValidationError( _
   ByVal errorMessage As String _
) 
Dim instance As UXUpDownBase(Of T)
Dim errorMessage As String
 
instance.RaiseValidationError(errorMessage)
public void RaiseValidationError( 
   string errorMessage
)
public:
void RaiseValidationError( 
   String^ errorMessage
) 

Parameters

errorMessage
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXUpDownBase<T> Class
UXUpDownBase<T> Members

Send Feedback